home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / MAGS / SOURCES / ATARI_SRC.ZIP / atari source / FALCON / ACC / DRIVERS.ACC / TEXT.C < prev    next >
Encoding:
C/C++ Source or Header  |  2001-02-10  |  14.4 KB  |  485 lines

  1. /*==========================================================================
  2.  * FILE: TEXT.C
  3.  *==========================================================================
  4.  * DATE: November 20, 1992
  5.  *
  6.  * DESCRIPTION: Country Specific Text Strings
  7.  * COMPILER: TURBO C Version 2.0
  8.  */
  9. #include "country.h"
  10.  
  11. char notice1[] = "GDOS Devices Accessory by CJG";
  12. char notice2[] = "Copyright (c) 1992 - 1993 Atari Corporation";
  13.  
  14.  
  15. #if USA
  16. char menu_title[] = "  Printer Drivers ";
  17. char alert13[] = "[1][The GEM Desktop has no more|windows. Please close a|window that you are not|using.][ OK ]";
  18. char driver_null[] = "None Selected              ";    /* Text if there is no device 21 active    */
  19. char window_title[] = " Printer Drivers ";
  20. char alert56[]= "[1][ | Remove the Printer Driver? ][OK|Cancel]";
  21. char alert1[] = "[1][ | Remove the Selected Device? ][OK|Cancel]";
  22. char alert2[] = "[1][ | Add a new device? ][OK|Cancel]";
  23. char alert3[] = "[3][Error reading!][ OK ]";
  24. char alert4[] = "[1][ | There is not enough | memory to read the | ASSIGN.SYS file. ][ OK ]";
  25. char alert5[] = "[3][ | Cannot open ASSIGN.SYS. ][ OK ]";
  26. char alert6[] = "[3][ | Error opening the | ASSIGN.SYS file. The | operation is cancelled.][ OK ]";
  27. char alert7[] = "[1][ | There is no more room | for any more devices. ][ OK ]";
  28.  
  29. char data_null[] =    "Unknown          ";
  30. char *page_data[] = { "Letter  ",
  31.               "Legal   ",
  32.               "A4      ",
  33.               "B5      ",
  34.               "Other   "
  35.             };
  36.  
  37.  
  38. char alert10[] = "[1][ | Save the device drivers? ][OK|Cancel]";
  39. char alert12[] = "[1][ |The device drivers have |been changed. Save the|changes? ][OK|Cancel]";
  40.  
  41. char head1[] = ";> ASSIGN.SYS Created with DRIVERS.ACC Copyright 1992 - 1993 Atari Corp.\r\n";
  42. char head2[] = ";> For use with GDOS 1.1 and higher.\r\n";
  43. char head3[] = ";> Last modified on %d/%d/%d %02d:%02d\r\n";                 
  44.  
  45. char *print_text[] = {
  46.               "Draft    ",
  47.               "Final",
  48.               "Draft",
  49.               "Final"
  50.              };
  51.  
  52.  
  53. char *size_text[] = {
  54.               "Letter   ",
  55.               "Legal",
  56.               "A4",
  57.               "B5",
  58.               "Other~2",
  59.               "Letter",
  60.               "Legal",
  61.               "A4",
  62.               "B5",
  63.               "Other"
  64.             };
  65.  
  66. char *rez_text[] = {
  67.             "                   ",
  68.             "                   "
  69.            };
  70.  
  71. char rez_width[] = "Width: %2.1f inches";
  72. char rez_height[] = "Height: %2.1f inches";
  73.  
  74. char rez2_width[] = "Width: %2.2f cm";
  75. char rez2_height[] = "Height: %2.2f cm";
  76.  
  77. char xy1_unit[] = "Units: Inches";
  78. char xy2_unit[] = "Units: Centimeters";
  79.  
  80. char *color_text[] = {
  81.             "B/W",
  82.             "4 Colors",
  83.             "8 Colors",
  84.             "16 Colors"
  85.              };
  86.  
  87. char *port_text[] = {
  88.             "Printer  ",
  89.             "Modem",
  90.             "Printer",
  91.             "Modem"
  92.             };
  93.             
  94.  
  95. char *tray_text[] = {
  96.             "Tractor  ",
  97.             "Tray 1",
  98.             "Tray 2",
  99.             "Manual",
  100.             "Tractor",
  101.             "Tray 1",
  102.             "Tray 2",
  103.             "Manual"
  104.             };                         
  105.  
  106. char alert50[] = "[1][ | Save the Driver? ][ OK | Cancel ]";
  107. char NoDrivers[]  = "No Speedo Drivers Found";
  108. char YesDrivers[] = "Select Drivers";
  109.  
  110. char alert51[] = "[1][ | | File I/O Error ][ OK ]";
  111. char alert52[] = "[1][ | File Load Error!| The operation is | cancelled. ][ OK ]";
  112. char alert53[] = "[1][ | This driver is not | a SpeedoGDOS driver. ][ OK ]";
  113. char alert54[] = "[1][ | Memory Allocation Error! ][ OK ]";
  114.  
  115. char wider[] = "[1][An 80 column screen is|required for this program.|Please re-boot in a higher|resolution. ][ Sorry ]";
  116. char dtext[] = "Select Driver Path";
  117.  
  118. char modtext[] = " Modify Device ";
  119. char addtext[] = " Add Device ";
  120. char alert55[] = "[1][ This device already exists. ][ REPLACE | Cancel ]";
  121. char alert57[] = "[1][ | The Device Number must| be between 10 and 99. ][OK]";
  122. char NonSpeedo[] = " ( NON-SPEEDO )";
  123.  
  124.  
  125. #endif
  126.  
  127.  
  128.  
  129.  
  130. /* --------------------------------------------------------*/
  131.  
  132. #if UK
  133.  
  134. char menu_title[] = "  Printer Drivers ";
  135. char alert13[] = "[1][The GEM Desktop has no more|windows. Please close a|window that you are not|using.][ OK ]";
  136. char driver_null[] = "None Selected              ";    /* Text if there is no device 21 active    */
  137. char window_title[] = " Printer Drivers ";
  138. char alert56[]= "[1][ | Remove the Printer Driver? ][OK|Cancel]";
  139. char alert1[] = "[1][ | Remove the Selected Device? ][OK|Cancel]";
  140. char alert2[] = "[1][ | Add a new device? ][OK|Cancel]";
  141. char alert3[] = "[3][Error reading!][ OK ]";
  142. char alert4[] = "[1][ | There is not enough | memory to read the | ASSIGN.SYS file. ][ OK ]";
  143. char alert5[] = "[3][ | Cannot open ASSIGN.SYS. ][ OK ]";
  144. char alert6[] = "[3][ | Error opening the | ASSIGN.SYS file. The | operation is cancelled.][ OK ]";
  145. char alert7[] = "[1][ | There is no more room | for any more devices. ][ OK ]";
  146.  
  147. char data_null[] =    "Unknown          ";
  148. char *page_data[] = { "Letter  ",
  149.               "Legal   ",
  150.               "A4      ",
  151.               "B5      ",
  152.               "Other   "
  153.             };
  154.  
  155.  
  156. char alert10[] = "[1][ | Save the device drivers? ][OK|Cancel]";
  157. char alert12[] = "[1][ |The device drivers have |been changed. Save the|changes? ][OK|Cancel]";
  158.  
  159. char head1[] = ";> ASSIGN.SYS Created with DRIVERS.ACC Copyright 1992 - 1993 Atari Corp.\r\n";
  160. char head2[] = ";> For use with GDOS 1.1 and higher.\r\n";
  161. char head3[] = ";> Last modified on %d/%d/%d %02d:%02d\r\n";                 
  162.  
  163. char *print_text[] = {
  164.               "Draft    ",
  165.               "Final",
  166.               "Draft",
  167.               "Final"
  168.              };
  169.  
  170.  
  171. char *size_text[] = {
  172.               "Letter   ",
  173.               "Legal",
  174.               "A4",
  175.               "B5",
  176.               "Other~2",
  177.               "Letter",
  178.               "Legal",
  179.               "A4",
  180.               "B5",
  181.               "Other"
  182.             };
  183.  
  184. char *rez_text[] = {
  185.              "                  ",
  186.              "                  "
  187.            };
  188.  
  189. char rez_width[] = "Width: %2.1f inches";
  190. char rez_height[] = "Height: %2.1f inches";
  191.  
  192. char rez2_width[] =  "Width: %2.2f cm";
  193. char rez2_height[] = "Height: %2.2f cm";
  194.  
  195. char xy1_unit[] = "Units: Inches";
  196. char xy2_unit[] = "Units: Centimeters";
  197.  
  198. char *color_text[] = {
  199.             "B/W",
  200.             "4 Colours",
  201.             "8 Colours",
  202.             "16 Colours"
  203.              };
  204.  
  205. char *port_text[] = {
  206.             "Printer  ",
  207.             "Modem",
  208.             "Printer",
  209.             "Modem"
  210.             };
  211.             
  212.  
  213. char *tray_text[] = {
  214.             "Tractor  ",
  215.             "Tray 1",
  216.             "Tray 2",
  217.             "Manual",
  218.             "Tractor",
  219.             "Tray 1",
  220.             "Tray 2",
  221.             "Manual"
  222.             };                         
  223.  
  224. char alert50[] = "[1][ | Save the Driver? ][ OK | Cancel ]";
  225. char NoDrivers[]  = "No Speedo Drivers Found";
  226. char YesDrivers[] = "Select Drivers";
  227.  
  228. char alert51[] = "[1][ | | File I/O Error ][ OK ]";
  229. char alert52[] = "[1][ | File Load Error!| The operation is | cancelled. ][ OK ]";
  230. char alert53[] = "[1][ | This driver is not | a SpeedoGDOS driver. ][ OK ]";
  231. char alert54[] = "[1][ | Memory Allocation Error! ][ OK ]";
  232.  
  233. char wider[] = "[1][An 80 column screen is|required for this program.|Please re-boot in a higher|resolution. ][ Sorry ]";
  234. char dtext[] = "Select Driver Path";
  235.  
  236. char modtext[] = " Modify Device ";
  237. char addtext[] = " Add Device ";
  238. char alert55[] = "[1][ This device already exists. ][ REPLACE | Cancel ]";
  239. char alert57[] = "[1][ | The Device Number must| be between 10 and 99. ][OK]";
  240. char NonSpeedo[] = " ( NON-SPEEDO )";
  241.  
  242.  
  243. #endif
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251. /* ------------------------------------------------------------------*/
  252.  
  253. #if GERMAN
  254. char menu_title[] = "  Druckertreiber";
  255. char alert13[] = "[1][ Der GEM Desktop hat keine | Fenster mehr. Bitte schließen Sie | ein unbenutzes Fenster.][ OK ]";
  256. char driver_null[] = "Nichts ausgewählt          ";    /* Text if there is no device 21 active    */
  257. char window_title[] = " Druckertreiber ";
  258. char alert56[]= "[1][ | Druckertreiber entfernen? ][ OK |Abbruch]";
  259. char alert1[] = "[1][ | Ausgewähltes Gerät entfernen? ][ OK |Abbruch]";
  260. char alert2[] = "[1][ | Ein neues Gerät hinzufügen? ][ OK |Abbruch]";
  261. char alert3[] = "[3][ | Lesefehler! ][ OK ]";
  262. char alert4[] = "[1][ | Nicht genug Speicher frei | um die Datei ASSIGN.SYS | zu laden. ][ OK ]";
  263. char alert5[] = "[3][ | Kann die Datei ASSIGN.SYS | nicht öffnen. ][ OK ]";
  264. char alert6[] = "[3][ | Fehler beim Öffnen der | ASSIGN.SYS Datei. Die | Operation wird abgebrochen.][ OK ]";
  265. char alert7[] = "[1][ | Es gibt keinen Platz mehr | für weitere Geräte. ][ OK ]";
  266.  
  267. char data_null[] =    "Unbekannt        ";
  268. char *page_data[] = { "Letter  ",
  269.               "Legal   ",
  270.               "A4      ",
  271.               "B5      ",
  272.               "Anderes "
  273.             };
  274.  
  275.  
  276. char alert10[] = "[1][ | Druckertreiber sichern? ][ OK |Abbruch]";
  277. char alert12[] = "[1][ |Die Geräte-Treiber wurden|verändert. Neue Einstellungen|sichern? ][ OK |Abbruch]";
  278.  
  279. char head1[] = ";> ASSIGN.SYS erstellt mit DRIVERS.ACC Copyright 1992 - 1993 Atari Corp.\r\n";
  280. char head2[] = ";> Zur Benutzung mit GDOS 1.1 oder neuer.\r\n";
  281. char head3[] = ";> Zuletzt geaendert am %d.%d.%d %02d:%02d\r\n";                 
  282.  
  283. char *print_text[] = {
  284.               "Entwurf  ",
  285.               "Endgültig",
  286.               "Entwurf",
  287.               "Endgültig"
  288.              };
  289.  
  290.  
  291. char *size_text[] = {
  292.               "Letter   ",
  293.               "Legal",
  294.               "A4",
  295.               "B5",
  296.               "Anderes~2",
  297.               "Letter",
  298.               "Legal",
  299.               "A4",
  300.               "B5",
  301.               "Anderes"
  302.             };
  303.  
  304. char *rez_text[] = {
  305.              "                  ",
  306.              "                  "
  307.            };
  308.  
  309. char rez_width[] = "Width: %2.1f inches";
  310. char rez_height[] = "Height: %2.1f inches";
  311.  
  312. char rez2_width[] =  "Breite: %2.2f cm";
  313. char rez2_height[] = "Höhe: %2.2f cm";
  314.  
  315. char xy1_unit[] = "Units: Inches";
  316. char xy2_unit[] = "Einheit: Zentimeter";
  317.  
  318. char *color_text[] = {
  319.             "S/W",
  320.             "4 Farben",
  321.             "8 Farben",
  322.             "16 Farben"
  323.              };
  324.  
  325. char *port_text[] = {
  326.             "Drucker  ",
  327.             "Modem",
  328.             "Drucker",
  329.             "Modem"
  330.             };
  331.             
  332.  
  333. char *tray_text[] = {
  334.             "Traktor",
  335.             "Schacht 1  ",
  336.             "Schacht 2",
  337.             "Manuell",
  338.             "Traktor",
  339.             "Schacht 1",
  340.             "Schacht 2",
  341.             "Manuell"
  342.             };                         
  343.  
  344. char alert50[] = "[1][ | Treiber sichern? ][ OK |Abbruch]";
  345. char NoDrivers[]  = "Keine Speedo Treiber gefunden.";
  346. char YesDrivers[] = "Treiber auswählen";
  347.  
  348. char alert51[] = "[1][ | | Datei I/O Fehler ][ OK ]";
  349. char alert52[] = "[1][ | Fehler beim Dateiladen.| Die Operation wird| abgebrochen.][ OK ]";
  350. char alert53[] = "[1][ | Dieser Treiber ist kein | SpeedoGDOS Treiber. ][ OK ]";
  351. char alert54[] = "[1][ | Fehler bei der | Speicheranforderung! ][ OK ]";
  352.  
  353. char wider[] = "[1][Für dieses Programm ist eine|80-spaltige Bilddarstellung|erforderlich. Bitte booten Sie|in einer höheren Auflösung neu.][ Schade ]";
  354. char dtext[] = "Pfad für Treiber wählen";
  355.  
  356. char modtext[] = " Gerät verändern ";
  357. char addtext[] = " Gerät hinzufügen ";
  358. char alert55[] = "[1][ Dieses Gerät gibt es| schon.][ERSETZEN| Abbruch ]";
  359. char alert57[] = "[1][ | Die Gerätenummer muß| zwischen 10 und 99 liegen.][ OK ]";
  360. char NonSpeedo[] = " ( NICHT SPEEDO )";
  361. #endif
  362.         
  363.  
  364.  
  365.  
  366.  
  367. /* ------------------------------------------------------------------*/
  368.  
  369. #if FRENCH
  370. char menu_title[] = "  Drivers ";
  371. char alert13[] = "[1][Le bureau GEM n'as plus de|fenêtres. Fermez-en une|devenue inutile...][CONFIRMER]";
  372. char driver_null[] = "Pas de sélection           ";    /* Text if there is no device 21 active    */
  373. char window_title[] = " Drivers d'impression ";
  374. char alert56[]= "[1][ |Enlever le driver d'impression?][CONFIRMER|Annuler]";
  375. char alert1[] = "[1][ | Enlever le périphérique | sélectionné? ][CONFIRMER|Annuler]";
  376. char alert2[] = "[1][ | Ajouter un nouveau | périphérique? ][CONFIRMER|Annuler]";
  377. char alert3[] = "[3][ | Erreur de lecture! ][CONFIRMER]";
  378. char alert4[] = "[1][ | Il n'y a pas assez de| mémoire pour lire le| fichier ASSIGN.SYS. ][CONFIRMER]";
  379. char alert5[] = "[3][ | Ouverture d'ASSIGN.SYS | impossible. ][CONFIRMER]";
  380. char alert6[] = "[3][ | Erreur à l'ouverture du| fichier ASSIGN.SYS. | L'opération est abandonnée.][CONFIRMER]";
  381. char alert7[] = "[1][ | Il n'y a plus d'espace | pour un nouveau | périphérique. ][CONFIRMER]";
  382.  
  383. char data_null[] =    "Inconnu          ";
  384. char *page_data[] = { "Lettre  ",
  385.               "Légal   ",
  386.               "A4      ",
  387.               "B5      ",
  388.               "Autre   "
  389.             };
  390.  
  391.  
  392. char alert10[] = "[1][ | Sauver les drivers? ][CONFIRMER|Annuler]";
  393. char alert12[] = "[1][ |Les drivers de périphériques|ont éte changés. Voulez-vous|sauver les changements? ][CONFIRMER|Annuler]";
  394.  
  395. char head1[] = ";> ASSIGN.SYS Créé avec DRIVERS.ACC, Copyright 1992-1993 Atari Corp.\r\n";
  396. char head2[] = ";> Pour utiliser avec GDOS 1.1 ou supérieur.\r\n";
  397. char head3[] = ";> Dernière modification le %d/%d/%d %02d:%02d\r\n";                 
  398.  
  399. char *print_text[] = {
  400.               "Brouillon",
  401.               "Courrier",
  402.               "Brouillon",
  403.               "Courrier"
  404.              };
  405.  
  406.  
  407. char *size_text[] = {
  408.               "Lettre   ",
  409.               "Légal",
  410.               "A4",
  411.               "B5",
  412.               "Autre~2",
  413.               "Lettre",
  414.               "Légal",
  415.               "A4",
  416.               "B5",
  417.               "Autre"
  418.             };
  419.  
  420. char *rez_text[] = { /* This must be 2 characters longer than
  421.               * the text used. either rez_width or 
  422.               * rez2_width etc...
  423.               */
  424.              "                   ",
  425.              "                   "
  426.            };
  427.  
  428. char rez_width[] =  "Width: %2.1f inches";
  429. char rez_height[] = "Height: %2.1f inches";
  430.  
  431. char rez2_width[] =  "Largeur: %2.2f cm";
  432. char rez2_height[] = "Hauteur: %2.2f cm";
  433.  
  434. char xy1_unit[] = "Units: Inches";
  435. char xy2_unit[] = "Unité: Centimètres";
  436.  
  437. char *color_text[] = {
  438.             "N/B",
  439.             "4 Couleurs",
  440.             "8 Couleurs",
  441.             "16 Couleurs"
  442.              };
  443.  
  444. char *port_text[] = {   "Imprimante",
  445.             "Modem",
  446.             "Imprimante",
  447.             "Modem"
  448.             };
  449.             
  450.  
  451. char *tray_text[] = {
  452.             "Tracteur ",
  453.             "Bloc 1",
  454.             "Bloc 2",
  455.             "Manuel",
  456.             "Tracteur",
  457.             "Bloc 1",
  458.             "Bloc 2",
  459.             "Manuel"
  460.             };                         
  461.  
  462. char alert50[] = "[1][ | Sauver le driver? ][CONFIRMER|Annuler]";
  463. char NoDrivers[]  = "Aucun driver Speedo n'a été trouvé";
  464. char YesDrivers[] = "Sélection des drivers";
  465.  
  466. char alert51[] = "[1][ | | Erreur sur fichier. ][CONFIRMER]";
  467. char alert52[] = "[1][ | Erreur de chargement!| L'opération est| abandonnée. ][CONFIRMER]";
  468. char alert53[] = "[1][ | Ce driver n'est pas | un driver SpeedoGdos. ][CONFIRMER]";
  469. char alert54[] = "[1][ | Erreur d'allocation mémoire! ][CONFIRMER]";
  470.  
  471. char wider[] = "[1][Un affichage 80 colonnes|est nécessaire pour utiliser|ce programme. Passez dans|une résolution supérieure.][ Désolé ]";
  472. char dtext[] = "Sélectionnez un chemin";
  473.  
  474. char modtext[] = " Modifier un périphérique ";
  475. char addtext[] = " Ajouter un périphérique ";
  476. char alert55[] = "[1][ |Ce périphérique existe déjà. ][REMPLACER|Annuler]";
  477. char alert57[] = "[1][ |Le Numéro de périphérique|doit être entre 10 et 99. ][CONFIRMER]";
  478. char NonSpeedo[] = " ( NON-SPEEDO )";
  479. #endif
  480.  
  481.  
  482.  
  483.  
  484.  
  485.